@dxos/react-ui-editor 0.6.14-staging.8758a12 → 0.6.14-staging.9b873ce

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4980,7 +4980,7 @@ var typewriter = ({ delay = 75, items = defaultItems } = {}) => {
4980
4980
 
4981
4981
  // packages/ui/react-ui-editor/src/components/Toolbar/Toolbar.tsx
4982
4982
  var iconStyles = getSize(5);
4983
- var buttonStyles = "min-bs-0 p-2";
4983
+ var buttonStyles = "min-bs-0 p-1";
4984
4984
  var tooltipProps = {
4985
4985
  side: "top",
4986
4986
  classNames: "z-10"